Platform Explorer / Nuxeo Platform 6.0

Component org.nuxeo.ecm.platform.faceted.search.dm.core.types

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.faceted.search.dm.core.types">

  <require>org.nuxeo.ecm.platform.faceted.search.jsf.core.types</require>

  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
    <schema name="faceted_search_default"
      src="schemas/faceted_search_default.xsd" prefix="fsd" />
  </extension>

  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">

    <doctype name="FacetedSearchDefault" extends="FacetedSearch">
      <schema name="faceted_search_default" />
      <facet name="FacetedSearch" />
      <facet name="HiddenInNavigation" />
    </doctype>

  </extension>

</component>